home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-1.iso / Files / Educ / Higher Ed / G-M / Graphplot 1.3.2.sit / Graphplot 1.3.2 / Graphplot Help.rsrc / TEXT_1014_Page 15.txt < prev    next >
Encoding:
Text File  |  1994-02-13  |  874 b   |  13 lines

  1. What the error messages mean.
  2.  
  3. In the Define Function dialog, you will get an error message if there is something wrong with the expression that you entered. You will not be able to OK the dialog until the expression you enter is valid.
  4.  
  5. Syntax Error in Expression. You entered something that doesn't make sense, such as **, for example.
  6.  
  7. Unmatched Parentheses. The number of left and right brackets are not equal. You must have matched parentheses for the expression to be valid.
  8.  
  9. Unknown Operator. You entered something that looks like an operator but isn't, such as SIL(x) instead of SIN(x).
  10.  
  11. Out of Memory. There was insufficient memory to evaluate the expression.
  12.  
  13. Expression too long or complex. The expression exceeds 255 characters in length or it contained terms that were so deeply nested that an error occurred trying to evaluate it. The second case is very rare.